home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 633 b | 34 lines | [TEXT/MPS ] |
- // this is the standard includes for building the DoubleBuffer application
-
-
-
- #include <Values.h>
- #include <Types.h>
- #include <SegLoad.h>
- #include <QuickDraw.h>
- #include <Controls.h>
- #include <Fonts.h>
- #include <Events.h>
- #include <Memory.h>
- #include <Menus.h>
- #include <Windows.h>
- #include <Dialogs.h>
- #include <Resources.h>
- #include <Packages.h>
- #include <OSUtils.h>
- #include <ToolUtils.h>
- #include <Desk.h>
- #include <DiskInit.h>
- #include <Errors.h>
- #include <GestaltEqu.h>
- #include <Sound.h>
- #include <SoundInput.h>
- #include <AIFF.h>
-
-
-
- // this is the name of the dump file to be loaded by all sources
-
- #pragma dump "MacHeaders"
-
-